home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / fsedit.zip / FSEDIT.DOC next >
Text File  |  1988-01-04  |  4KB  |  110 lines

  1. FSEDIT
  2.  
  3. DESCRIPTION
  4.  
  5.      FSEDIT  is a limited full screen editor.  FSEDIT operates in 
  6.      either  "overwrite"  mode or "insert" mode.   When  used  in 
  7.      overwrite mode, the existing text is overwritten  by what is 
  8.      being entered from the keyboard.  When used in insert  mode, 
  9.      text is added at the current cursor in the text that already 
  10.      exists.   The  mode of operation is toggled by the "INS" key 
  11.      at  the  lower right of the IBM-PC keyboard.   The  mode  of 
  12.      operation  is indicated at the upper right of the screen  by 
  13.      the presence or absence of the word "INSERT."  If in  insert 
  14.      mode, the word "INSERT" is shown.
  15.                                                                           
  16.      The  top of the FSEDIT "edit" screen shows the current  line         
  17.      position  (within  the  file  being  edited),   the  current         
  18.      character  position  (within the  line  being  edited),  the         
  19.      name  of the file being edited,  and,  the current left  and         
  20.      right margin settings.
  21.       
  22.      The  bottom  of the FSEDIT "edit" screen shows which of  the 
  23.      IBM-PC special function keys are currently active.   Many of 
  24.      the special function and special purpose keys  of  the  IBM-
  25.      PC are used.
  26.  
  27. FSEDIT FUNCTION KEYS
  28.  
  29.      Note that the F2,  F3,  F4, and F5 function keys  operate at  
  30.      two   levels.    The  first keypress selects  the  group  of  
  31.      commands  you   wish  to   execute.    The  second  keypress 
  32.      executes the specific command.
  33.  
  34.      F1 ... HELP
  35.  
  36.           Displays the HELP screen.
  37.  
  38.      F2 ... FILE
  39.  
  40.           Selects the following FILE commands:
  41.  
  42.           F2   Saves edit  work  space to  disk and exits FSEDIT.
  43.           F3   Reads a file into the edit work space.
  44.           F4   Writes the edit work space to disk.
  45.           F5   Saves edit work space to disk and stays in FSEDIT. 
  46.  
  47.      F3 ... BLOCK
  48.  
  49.           Selects the following BLOCK commands:
  50.  
  51.           F2   Erases the defined block. 
  52.           F3   Defines the beginning of a block.
  53.           F4   Defines the end of a block.
  54.           F5   Copies   the  defined  block  to  current   cursor 
  55.                position.
  56.           F6   Moves    the   defined   block  to  the    current      
  57.                cursor position.
  58.           F7   Reformats  the defined block using left and  right      
  59.                margins.
  60.  
  61.      F4 ... MARGIN
  62.  
  63.           Selects the following MARGIN commands:
  64.  
  65.           F3   Sets  the  LEFT  margin  to  the  current   cursor 
  66.                position. 
  67.           F4   Sets  the  RIGHT  margin  to  the  current  cursor 
  68.                position.
  69.  
  70.      F5 ... MISC
  71.  
  72.           Selects the following MISC commands:
  73.  
  74.           F2   Clears the edit work space.
  75.           F3   Find a specified string.
  76.           F4   Find and replace a specified string.
  77.           F5   Delete  from  current cursor position to   end  of 
  78.                line.
  79.  
  80.      F10 .. QUIT
  81.  
  82.           Ends FSEDIT without saving the current file.
  83.  
  84. OTHER SPECIAL KEYS
  85.  
  86.      HOME      Positions cursor to beginning of file.                
  87.  
  88.      END       Positions cursor to end of file.                      
  89.  
  90.      PGUP      Displays previous page.                               
  91.  
  92.      PGDN      Displays next page.                                   
  93.  
  94.      INS       Toggles insert/overwrite mode.                        
  95.  
  96.      DEL       Deletes line where cursor is positioned.              
  97.  
  98.      CTRL G    Deletes character right.                            
  99.  
  100.      CTRL A    Positions the cursor to the beginning of the line.  
  101.  
  102.      CTRL L    Repeat last find or replace command.                
  103.  
  104.      CTRL Z    Positions cursor to the end of the line.            
  105.  
  106.      GRAY BACK ARROW  Deletes character left.
  107.  
  108.      ARROW KEYS     Move the cursor in the direction of the arrow 
  109.                     key pressed. 
  110.